/*
Theme Name: Fuze Entertainment
Theme URI: http://www.fuzedjs.com
Description: Fuze Entertainment WordPress theme
Version: 1.0
Author: Dane Holman
Author URI: http://www.thebetasite.com
*/

* { 
	margin: 0;
    padding: 0;
	}
  
html { 
	height: 100%;
	}

#main, #logo, #menubar, #site_content, #footer { 
	margin-left: auto; 
  	margin-right: auto;
	}
  
body { 
	font: normal .80em 'trebuchet ms', arial, sans-serif;
  	background: #F5F5EE;
  	color: #555;
  	text-align: center;
	}
	
#wrapper {
    display: block;
    border: 1px #000 solid;
    width:80%;
    margin:0px auto;
}

#content {
    width: 630px;
	padding-left: 25px;
	padding-right: 25px;
    float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 18pt;
}

#content_home {
	width: 570px;
	height: 425px;
    float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 18pt;
	background: #ffffff;
	Padding-top: 25px;
	Padding-left: 15px;
	Padding-right: 15px;
}

#site_content
{ width: 900px;
  overflow: hidden;
  margin: 0px auto 0 auto;
  /*padding: 0 0 10px 0;*/} 
  
#sidebar {
    width: 200px;
    float: right;
}

#sidebar_home {
	width: 300px;
	height: 445px;
	float: right;
	background: #EDEDED;
	/*background-image:url('img/video_box.png');*/
	/*background-repeat: no-repeat;*/
}

#sidebar_video {
	width: 316px;
	height: 311px;
	padding-left: 37px;
	padding-right: 37px;
	padding-top: 39px;
}

#sidebar_left {
	float: left;
	width: 130px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
}

#sidebar_right {
	float: right;
	width: 130px;
	padding-right: 10px;
	padding-top: 10px;
}

#sidebar_bottom {
	width: 300px;
	padding-top: 160px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#sidebar_general {
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
}

#delimiter {
    clear: both;
}

.title {
    font-size: 11pt;
    font-family: arial;
    font-weight: bold;
}

#front_page {
	width: 1000px;
}

/* ----- START HEADER ----- */
#header {
	background: url(images/header_img.png) repeat-x;
	height: 166px;
}

#header_wrapper {
	width: 100%;
}

#logo { 
	width: 1000px;
  	position: relative;
  	height: 166px;
  	background: url(images/logo.png) no-repeat transparent;
  }

#social {
	width: 220px;
	position: relative;
	height: 166px;
	float: right;
	color: #C60;
	font-size: .08;
	padding-top: 10px;
}
/* ------ END HEADER ------ */

/* --- START NAVIGATION --- */
#navigation {
	background:url('images/breadcrumbImage.png') 0px -30px repeat-x;	
}

#nav {
	height: 20px;
	width: 900px;
	position: relative;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#nav a { 
	color: #ffffff;
  	text-decoration: none;
	}

#nav a:hover	{ 
	color: #f58320;
  	text-decoration: none;}

#nav li {
	float: left;
	margin:0;
	padding-left:8px;
	list-style-type:none;
}
/* ---- END NAVIGATION ---- */

/* ----- START FOOTER ----- */
#footer { 	
	width: 100%;
	font-family: 'trebuchet ms', sans-serif;
  	font-size: 100%;
  	height: 100px;
  	padding: 10px 0 5px 0;
  	text-align: center; 
  	background: #0a0808;
  	color: #A8AA94;}

#footer p { 
	line-height: 1.7em;
  	padding: 0 0 10px 0;
	}

#footer a { 
	color: #A8AA94;
  	text-decoration: none;}

#footer a:hover	{ 
	color: #FFF;
  	text-decoration: none;}
/* ------ END FOOTER ------ */

/* ----- START SOCIAL ----- */
a.social_sprite_button
{
    background-image:url(images/sprite-socialicons2.png);
    width:45px;
    height:45px;
    display:inline-block;
}
a#social_button4         { background-position:45px 0px; }
a#social_button4:hover   { background-position:45px 46px;}
a#social_button1		 { background-position:90px 0px; }
a#social_button1:hover	 { background-position:90px 46px;}
a#social_button2		 { background-position:135px 0px;}
a#social_button2:hover	 { background-position:135px 46px;}
a#social_button3		 { background-position:180px 0px;}
a#social_button3:hover	 { background-position:180px 46px;}
/* ------ END SOCIAL ------ */		


			  
.featured-img span {
}

/* --- Start Footer Nav --- */
.menu-item-last .nav-divider{
display: none;
}

.nav-divider {
	height: 20px;
	padding-left: 5px;
}

#footer_nav_wrap {
	height: 20px;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}

ul.footernav {
	list-style:none;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
 
ul.footernav  li{
display: inline;
}
 
ul.footernav a {
padding-right: 5px;
text-decoration:none;
}
 
/* Hover Styling */
ul.footernav li:hover a {
}
 
ul.footernav li ul a {

}
 
/* Hide all the submenus */
ul.footernav ul,
ul.footernav li:hover ul ul,
ul.footernav ul li:hover ul ul
{ display: none; }
/* ---- End Footer Nav ---- */

h1{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	text-align: left;
	line-height: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
}

h2{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	text-align: left;
}

h3{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-align: left;
}

h4{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: left;
}

h5{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-align: left;
}

p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	Padding-left: 15px;
	Padding-right: 5px;
	line-height: 18px;
}
